ItemAdded Event

Summary

Occurs when an item is added to the collection.

Syntax
C#
VB
C++
public event EventHandler<MedicalViewerCollectionEventArgs<T>> ItemAdded 
Public Event ItemAdded As EventHandler(Of MedicalViewerCollectionEventArgs(Of T)) 
public:  
   event EventHandler<MedicalViewerCollectionEventArgs<T>^>^ ItemAdded 

Remarks

this will be fired by the methods Add and Insert

Event Data

ParameterTypeDescription
senderobjectThe source of the event
eMedicalViewerCollection.ItemAddedThe event data

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly